Juno as Windows Service
Orchestra Juno can be configured to operate as a Windows service. Ensure that the Juno artifacts have been extracted to the local installation directory before executing the following steps.
Adjust Configuration
Adjust the values in orchestra_env.bat or orchestra_env.sh as described here.
Installation of the Windows Service
To function as a Windows service, Orchestra Juno utilizes the Apache Commons Daemon, which allows Java applications to run as a Windows service. For more details about this daemon, please refer to the Apache documentation.
The installation and de-installation of the service can be accomplished using the scripts located in the startscripts\WindowsService folder:
juno_service_32bit.cmd: For installation on 32-bit environments.juno_service_64bit.cmd: For installation on 64-bit environments.
Depending on your Windows installation, please select either the 32-bit or 64-bit script.
Administrator privileges are required to install a Windows service. Therefore, open a command line with "Run as Administrator" to execute the script.
Available Commands
- Install Juno as a service:
juno_service_<bit>.cmd install - Uninstall Juno service:
juno_service_<bit>.cmd uninstall - Update Juno service:
juno_service_<bit>.cmd update